home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 015a / bbb_v21.zip / BBBDEMO.BAT < prev    next >
DOS Batch File  |  1991-11-25  |  1KB  |  29 lines

  1. @echo off
  2. REM
  3. REM This batch demonstrates some of BBB's features - see BBB.DOC for details
  4. REM
  5. bbb ansitest>nul
  6. if errorlevel 255 goto noansi
  7. bbb c 3 4 ! m c40 # $ ScreenTest ~ 88 ^ c 0 6 b 8 10 16 30 F B
  8. bbb b 9 11 15 29 E D @ 12 17 ? Welcome!~ ; @ 25 1 ) ? Press a Key...~ p 0
  9.  
  10. bbb m c80 ^ # ? It's ~ d @ 1 17 ? at ~ t c 3 4 ! b 11 14 14 65 f d 
  11. bbb @ 12 21 ? Progress meter using GAUGE command...~ ^ @ 13 15 g 0
  12. bbb @ 13 15 { g 25 } p 1 { g 50 } p 1 { g 75 } p 1 { g 100 } p 1
  13.  
  14. :Top
  15. bbb ^ # @ 3 1 ? Enter your name here: ~ + f i yourname e
  16. bbb e ? You entered %yourname%, or, in all uppercase, ~ u yourname
  17. bbb ? %yourname% ~ e e ? Repeat or Continue? (R/C) ~ q RC
  18. IF Errorlevel 1 IF NOT Errorlevel 2 GOTO Top
  19. SET yourname=
  20.  
  21. bbb ^ # * b 1 1 4 80 E C 014 @ 2 2 $ ▒~ 78 @ 2 34 ? -Instructions-~ 
  22. bbb ^ @ 3 2 $ :~ 20 ? For further instructions see BBB.DOC.~ $ :~ 20
  23. bbb @ 5 1 a 3 
  24. bbb
  25. goto end
  26. :noansi
  27. bbb + + + ! ; ? ANSI.SYS not loaded! ~ reset ? - BBB needs ANSI.SYS to work.~ 
  28. :end
  29.